/*.header{*/
/*    background: transparent!important;*/
/*}*/
.web{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #7f7f7f;
    top: 0;
    left: 0;
    z-index: 999;
}
.web_content{
    position: absolute;
    width: 8rem;
    border-radius:0.1rem;
    background: #fff;
    padding:0.5rem 0.3rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.close_img{
    width: .2rem;
    height: 0.2rem;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
}
.web_page_tit{
    font-size: 0.2rem;
    color: #333;
    text-align: center;
    margin-bottom: 0.3rem;
}
.web_page_txt{
    font-size: 0.16rem;
    color: #333;
    line-height: 2;
    text-align: justify;
}
body{
    padding-top: 0!important;
}
/* .fp-right span{
    background: #fff!important;
} */
.index_one{
    position: relative;
    height: 100vh!important;
}
.index_one .swiper-slide>img{
    width: 100%!important;
    height: 100%!important;
}
.index_one .swiper-slide{
    height: 100%!important;
    position: relative!important;
}
.index_one{
    /*height: 100%!important;*/
    position: relative!important;
}
.index_one .mySwiper{
    height: 100%!important;
    position: relative!important;
}
/*.index_one .swiper-wrapper{*/
/*    height: 100%!important;*/
/*}*/
/*.index_one_messbox{*/
/*    width: 16rem;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left:50%;*/
/*    transform: translate(-50%,-50%);*/
/*    padding-bottom: 0.4rem;*/
/*}*/
.index_one_messbox{
    position: absolute;
    width: 16rem;
    left: 50%;
    top: 50%!important;
     transform: translate(-50%,-50%);
    /*background: #096;*/
    
   
}
/*.index_one_messbox::after{*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 2rem;*/
/*    height: 0.05rem;*/
/*    background: #FE8503;*/
/*}*/
.index_one_txt1,.index_one_txt2{
    /*color: #01488A;*/
    color: #fff;
    font-weight: bold;
}
.index_one_txt1{
    font-size: 0.4rem;
    margin-bottom: 0.12rem;
}
.index_one_txt2{
    font-size: 0.6rem;
    padding-bottom: 0.4rem;
}

.index_one .swiper-pagination-horizontal{
    color: #fff!important;
    font-weight: bold;
    font-size: 0.2rem!important;
    font-family: 'titi'!important;
    left: 0!important;
    width: 18%!important;
}
.index_one .swiper-pagination-horizontal span{
    color: #E3741B!important;
    font-family: 'titi'!important;
}
.index_next_next,.index_next_prev{
    width: 0.3rem!important;
    height: 0.3rem!important;
    color: #fff!important;
    border-radius: 50%!important;
    border: 0.01rem solid #fff!important;
    top: 97.5%!important;
}
.index_next_next:hover{
    background: #E3741B;
    border-color: #E3741B!important;
}
.index_next_prev:hover{
    background: #E3741B;
    border-color: #E3741B!important;
}
.index_next_next{
    right: 1.6rem!important;
}
.index_next_prev{
    left: 87.5%!important;
}
.index_next_next::after{
    font-size: 0.14rem!important;
    /* color: transparent!important; */
    /* width: 0.18rem!important;
    height: 0.18rem!important;
    background: url(../images/index/rr2.png) no-repeat!important;
    background-size: 100% 100%!important; */
}
.index_next_prev::after{
    font-size: 0.14rem!important;
}







.index_two{
    background: url(../images/index/bg1.png) no-repeat;
    background-size: 100% 100%;
    padding: 1.6rem 0;
}
.index_two_center{
    width: 16rem;
    margin: 0 auto;
    position: relative;
}
.index_two_content{
    position: relative;
    padding-top: 0.6rem;
}
.index_product_name{
    width: 100%;
    text-align: center;
    font-size: 0.2rem;
    color: #333333;
    font-weight: bold;
    padding: 0.22rem 0;
    background: #f2f5f9;
}
.index_two_imgbox{
    height: 3.9rem;
    overflow: hidden;
}
.index_two_imgbox img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.product_swiper .swiper-slide:hover .index_two_imgbox>img{
    transform: scale(1.03);
}

.index_product_next{
    right: -0.5rem!important;
    color: #707070!important;
}
.index_product_prev{
    left: -0.5rem !important;;
    color: #707070!important;
}
.index_product_next::after{
    font-size: 0.3rem!important;
}
.index_product_prev::after{
    font-size: 0.3rem!important;
}





.index_three{
    background: url(../images/index/b1.png) no-repeat;
    background-size: 100% 100%;
}
.index_three_center{
    display: flex;
    padding-left: 1.6rem;
    align-items: center;
}
.index_three_leftbox{
    flex: 1;
    margin-right: 1.1rem;
}
.index_three_rightbox{
    width:7.5rem;
    height: 100vh;
}
.index_three_rightbox>img{
    width: 100%;
    height: 100%;
}
.index_three_tit{
    color: #333;
    font-size: 0.4rem;
    font-weight: bold;
    padding-bottom: 0.3rem;
    position: relative;
}
.index_three_tit::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1.06rem;
    height: 0.05rem;
    background: #FE8503;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}
.index_three_msg{
    margin-top: 0.5rem;
}
.index_three_p{
    color: #333333;
    font-size: 0.18rem;
    text-indent: 0.36rem;
    line-height: 2;
}
.index_three_abox{
    width: 2rem;
    height: 0.4rem;
    background: #FE8503;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size:0.16rem;
    margin-top: 0.7rem;
}
.index_three_numbox{
    display: flex;
    margin-top: 0.4rem;
}
.index_three_numItems{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index_three_counter{
    font-size: 0.6rem;
    font-weight: bold;
    /*color: #01488A;    */
    color: #132553;
    
}

.index_three_year{
    color: #01488A;
    font-weight: bold;
    font-size: 0.16rem;
}
.index_three_name{
    color: #333;
    font-size: 0.18rem;
    font-weight: bold;
}
.index_four{
    height: 9.6rem;
    background: url(../images/index/c-bg.png) no-repeat;
    background-size:center center;
    display: flex;
}

.index_four_items{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:  RGBA(1,72,138,0.5);
    transition: all .25s;
    padding:  0 0.7rem;
}
.index_four_items:hover {
    background: RGBA(254,133,3,0.9) ;
}
.index_four_imgbox {
    width: 0.92rem;
    height: 0.92rem;
    margin-bottom: 0.5rem;
}
.index_four_imgbox img{
    width: 100%;
    height: 100%;
}
.index_four_titbox{
    font-size: 0.24rem;
    color: #fff;
    margin-bottom: 0.3rem;
}
.index_four_txtbox{
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
    line-height: 1.7;
}

.index_five{
    background: url(../images/index/d-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 1.8rem 0 0 0 ;
}
.index_five_center{
    width: 16rem;
    margin: 0 auto;
}
.index_five_xtit{
    position: relative;
    z-index: 2;
    padding: 0.3rem 0;
}
.index_five_cn{
    color: #333;
    font-size: 0.4rem;
    font-weight: bold;
}
.index_five_cn::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.06rem;
    height: 0.05rem;
    background: #FE8503;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}
.index_five_en{
    position: absolute;
    top: 0;
    left: 0;
    color: #e6e7e8;
    font-size: 0.6rem;
    font-weight: bold;
    z-index: -1;
}
.index_five_name{
    font-size: 0.2rem;
    font-weight: bold;
    margin-top: 0.52rem;
    margin-bottom: 0.2rem;
}
.index_five_items{
    height: 1.5rem;
    display: none;
    animation:0.5s moves linear ;
}
.index_five_items:nth-child(1){
    display: block;
}

.index_five_msg{
    width: 7rem;
    line-height: 1.8;
    color: #676767;
    font-size: 0.16rem;
}
@keyframes moves {
    
    0%{
        transform: translateX(1rem);
        opacity: 0;
    }
    30%{
        opacity: 0.3;
    }
    60%{
        opacity: 0.6;
    }
    90%{
        opacity: 0.9;
    }
    100%{
        opacity: 1;
        transform: translateX(0rem);
    }

}
.index_five_wrap{
    display: flex;
    margin-top: 1.93rem;
}
.index_five_list{
    flex: 1;
    background: RGBA(1,72,138,0.5);
    padding: 0.5rem 0.94rem 0.65rem 0.95rem;
    border-right: 0.01rem solid #fff;
    cursor: pointer;
    transition: all .25s;
}
.five_bg{
    background: #FE8503;
}
.five_timer_active{
    color: #fff!important;
}
/* .index_five_list:hover {
    background: #FE8503;
}
.index_five_list:hover .index_five_timer{
    color: #fff;
} */
.index_five_list:last-child{
    border-right: 0;
}
.index_five_timer{
    color: #E3741B;
    font-size: 0.16rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
    transition: all .25s;
}
.index_five_title{
    width: 4.4rem;
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_five_text{
    color: #fff;
    font-size: 0.16rem;
    text-align: justify;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
}




@media only screen and (max-width:1024px){
    #fullpage{
        margin-top: 50px;
    }
    .index_one,
    .index_one .mySwiper,
    .swiper-wrapper,
    .index_one .swiper-slide,
    .index_one .swiper-slide>img,
    .index_four{
        height: auto!important;
    }
    .swiper-button-next,
    .swiper-button-prev{
        display: none;
    }
    .index_two,
    .index_three,
    .index_five{
        padding: 15px 15px 0 15px;
    }
    .index_two_center,
    .index_five_center{
        width: 100%;
    }
    .index_two_content{
        padding-top: 15px;
    }
    .index_three_center{
        padding: 0;
        align-items: normal;
        flex-direction: column;
    }
    .index_three_leftbox{
        margin: 0;
    }
    .index_three_tit{
        font-size: 16px;
    }
    .index_three_msg,
    .index_three_numbox{
        margin-top: 15px;
    }
    .index_three_p{
        font-size: 12px;
    }
    .index_three_counter{
        font-size: 14px;
    }
    .index_three_year{
        font-size: 12px;
    }
    .index_three_name{
        font-size: 12px;
    }
    .index_three_abox{
        margin: 15px auto;
    }
    .index_three_rightbox{
        width: 100%;
        height: auto;
    }
    .index_four{
        flex-wrap: wrap
    }
    .index_four_items{
        flex: auto;
        width: 50%;
        padding: 15px ;
        justify-content: flex-start;
    }
    .index_five_items{
        height: auto;
    }
    .index_five_wrap{
        margin-top: 15px;
    }
    .index_five_list{
        padding: 15px;
        width: 33%;
    }
    .index_five_title{
        width: 100%;
    }
    .index_five_text{
        display: none;
    }
    .section .footer{
        display: none;
    }
    .index_five_cn{
        font-size: 16px;
    }
   
}